-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kernel-sdfat: Add to repo #6238
Conversation
Add kernel-sdfat to repo Patch adapted from cryptomilk/kernel-sdfat#4 Signed-off-by: Daniel Engberg <[email protected]>
The only issue I'm having is getting this filesystem driver to properly announce supported filesystems to the kernel but it probably boils down to my limited knowledge in the end. ;-) As far as I can tell they're defined here: ...and turned on by default here: However, I'm not sure if Kconfig gets imported by default or if I need to use KCONFIG entries. It currently looks like this which seems to confuse block-mount and friends.
It works if you try to mount manually (busybox mount) however it seems to be a bit noisy but that's because it tries all available filesystems?
A hack would be to symlink mount as mount.exfat but that seems like a strange solution as other modules works fine without that workaround. |
@diizzyy |
@hnyman Regarding abandonware: |
Let's close this for now |
sdfat now supports 4.19 |
@dengqf6 |
Maintainer:
Compile tested: mvebu, Linksys WRT3200ACM, OpenWrt master
Run tested: mvebu, Linksys WRT3200ACM, OpenWrt master
Description:
Add kernel-sdfat to repo
Patch adapted from cryptomilk/kernel-sdfat#4
Signed-off-by: Daniel Engberg [email protected]